﻿.nav_sousuo
{
    right: 0px;
    top: 26px;
    width: 50px;
    position: absolute;
}
.nav_sousuo .sousuo_tuimg
{
    width: 30px;
    height: 30px;
    margin-left: 0px;
}
.nav_sousuo .sousuo_tuimg img
{
    width: 30px;
    height: auto;
}
.nav_sousuo .sousuo_zi
{
    width: 40px;
    font-size: 14px;
    margin-left: 0px;
    margin-top: 4px;
    letter-spacing: 6px;
}

.t_sousuo
{
    width: 1190px;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    height: 100px;
    background-color: #ffffff;
}
.t_gb
{
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}
.t_inbt
{
    width: 45px;
    height: 30px;
    background: #f9f9f9 url('../img/20160910ssan2.png') no-repeat 0 0;
    border-radius: 0px 10px 10px 0px;
    border: 0px solid #000;
    float: left;
    cursor: pointer;
}
.t_inbt:hover
{
    background: #2676c3 url('../img/20180309ss.png') no-repeat 0 0;
}


.t_gb img
{
    width: 30px;
    height: 30px;
    -webkit-transition: 1s;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
}

.t_gb:hover img
{
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
}
